home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 21
/
Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso
/
Aminet
/
gfx
/
aga
/
mv1440sup72.lha
/
mv1440sup72
/
install+delete
/
delete_ mv1440sup72
next >
Wrap
Text File
|
1997-07-28
|
2KB
|
58 lines
; Restore old monitorfiles by Jürgen Einrauch 16. Juli 1997
failat 21
echo " *n*e[1;32m ___________________________________________________"
echo " *e[43m *e[0m"
echo " *e[0;28;43m Delete mv1440sup72 - restore old monitorfiles*e[1m *e[0m"
echo " *e[1;4;43m *e[0m*n"
IF NOT EXISTS SYS:monitorfiles_old
echo "*n File <monitorfiles_old> not found."
echo " Delete - Restore aborted."
WAIT 4 secs
EndCLI >NIL:
quit
ELSE
echo " *e[32mWarning. Read all information files first !*e[0m"
echo "*n Restore your old monitorfiles now ?"
echo noline " (Ja/Nein yes/no : "
set > nil: in ?
IF $in eq "ja"
skip start
endif
IF $in eq "j"
skip start
endif
IF $in eq "y"
skip start
endif
IF $in eq "yes"
skip start
endif
echo noline "*n Delete - Restore aborted."
EndCLI >NIL:
quit
endif
lab start
echo "*n The configuration of mv1440sup72 will be deleted now"
echo " from devs:monitors and env-archive directories."
echo " <mv1440sup72> on your Workbench will be saved."
delete >nil: sys:devs/monitors/ all
delete >nil: sys:prefs/env-archive/sys/overscan.prefs
delete >nil: sys:prefs/env-archive/sys/screenmode.prefs
copy >nil: from sys:monitorfiles_old/monitors to sys:devs/monitors all
copy >nil: from sys:monitorfiles_old/sys to sys:prefs/env-archive/sys/ all
delete >nil: sys:monitorfiles_old all
wait 3 secs
echo "*n Your old monitorfiles are restored now."
echo " Reset your computer to enable the configuration."
echo " New adjust and fix all windows."
wait 6 secs
EndCLI >NIL:
quit